ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / GetKeys Method

In This Topic
    GetKeys Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Gets keys of the items currently stored in cache
    Syntax
    'Declaration
     
    Public Function GetKeys() As IEnumerable(Of TKey)
    public IEnumerable<TKey> GetKeys()
    See Also